Welcome![Sign In][Sign Up]
Location:
Search - array class

Search list

[JSP/JavaMThread

Description: 用Math类中的随机函数产生10000个0~999范围的随机数并存于数组。从键盘接收一个0~999的数x,然后用5-8个线程并发查找x的所有下标位置(The random numbers of 10000 0~999 ranges are produced by using random functions in the Math class to coexist in the array. Receive a number of 0~999 from the keyboard, x, and then use 5-8 threads to find all the subscript locations of the X)
Platform: | Size: 45056 | Author: 没有小鱼干 | Hits:

[JSP/Javahomework1

Description: 作业一,类的定义和数组 1.定义一个学生类(Student), 属性有 1)非静态属性String studentNumber 2)非静态属性String studentName 3)非静态属性int markForMaths 4)非静态属性int markForEnglish 5)非静态属性int markForScience(Job 1, class definition and array)
Platform: | Size: 3072 | Author: 小新跑了 | Hits:

[JSP/Java用数组存储对象

Description: 用数组存储对象,有两个类,学生班级类和学生类,班级类用来存储学生,学生类用来存储学生信息。(With an array of objects, there are two classes, students class and student class, class classes used to store students, and student classes are used to store student information.)
Platform: | Size: 5120 | Author: mamagician | Hits:

[Documentspsoc

Description: 是一份在赛普拉斯的PSoC(TM)混合信号阵列的可编程的片上系统(SOC)的结课作业,可以为片上编程提供一定的参考。(It is a programmable SOC (SOC) class assignment in the Plath (TM) PSoC (TM) hybrid signal array, which can provide a certain reference for on chip programming.)
Platform: | Size: 540672 | Author: 我是牛大 | Hits:

[Other资料汇总

Description: 极客班C++算法原理与实践课件和源码-侯捷 1、算法入门与编程风格 2、链表 3、二分搜索与排序数组 4、二叉树与分治算法 5、栈与队列(Geek class C++ algorithm principle and practice of courseware and source code Hou Jie 1, algorithm introduction and programming style 2, chain list 3 and two points search and sort array 4, two fork tree and divide and conquer algorithm 5, stack and queue)
Platform: | Size: 5499904 | Author: 庶吉士zc | Hits:

[GUI Develop9796289

Description: A class library of vb array manipulation functions()
Platform: | Size: 6144 | Author: retvqdhnhy | Hits:

[JSP/JavaJava编程思想(《Thinking In Java》中文版)

Description: 从本书获得的各项大奖以及来自世界各地的读者评论中,不难看出这是一本经典之作。本书共22章,包括操作符、控制执行流程、访问权限控制、复用类、多态、接口、通过异常处理错误、字符串、泛型、数组、容器深入研究、JavaI/O系统、枚举类型、并发以及图形化用户界面等内容。(It is easy to see that this book is a classic from the awards and the readers' comments from all over the world. This book consists of 22 chapters, including operator, control execution flow, access control control, reuse class, polymorphism, interface, exception handling error, string, generics, array, container in-depth study, JavaI/O system, enumeration type, concurrency, and graphical user interface.)
Platform: | Size: 2042880 | Author: yzh195 | Hits:

[JSP/Javatwo

Description: 写一个类Army,代表一支军队,这个类有一个属性Weapon数组w(用来存储该军队所拥有的所有武器),该类还提供一个构造方法,在构造方法里通过传一个int类型的参数来限定该类所能拥有的最大武器数量,并用这一大小来初始化数组w。该类还提供一个方法addWeapon(Weapon wa),表示把参数wa所代表的武器加入到数组w中。在这个类中还定义两个方法attackAll()让w数组中的所有武器攻击;以及moveAll()让w数组中的所有可移动的武器移动。 (6)写一个主方法去测试以上程序。(Write a class Army, representing an army, which has an attribute Weapon array w (used to store all the weapons that the army has). This class also provides a construction method that defines the number of maximum weapons that the class can have by passing a int type parameter in the construction method, and initializes the number with this size. Group w. This class also provides a method called addWeapon (Weapon WA), which means the weapon represented by parameter Wa is added to the array w. In this class, we also define two ways, attackAll (), to attack all weapons in W array, and moveAll () to move all mobile weapons in W array.)
Platform: | Size: 1024 | Author: Jmba | Hits:

[Windows Develop2

Description: 编写一个 类名: Matrix 数据成员:行数,列数,矩阵数组(或指针) 包含功能:1)构造和复制构造函数,析构函数; 2)显示矩阵内容; 3)修改矩阵中某位的值(位置为参数); 4)求矩阵中某行的和(行数为参数); 5)求矩阵中某列的和(列数为参数); 6)求矩阵中的最大,最小值; 7)在主函数中测试;(Write one Class name: Matrix Data members: row number, column number, matrix array (or pointer). Include functions: 1) construct and copy constructors and destructors. 2) display the content of the matrix; 3) modify the value of a location in a matrix (location as a parameter). 4) we need to find the sum of a row in a matrix. 5) find the sum of a column in a matrix. 6) the maximum and minimum value in the matrix; 7) test in the main function;)
Platform: | Size: 888832 | Author: Arrowk | Hits:

[CSharp9

Description: 异常:在程序运行过程中发生错误和意外 常见的异常:类型转换不正确,被除数为0,值溢出,数组超过索引范围,打开文件时出错 Exception类(Exception: errors and accidents occurred during program operation. Common exception: the type conversion is incorrect, the divisor is 0, the value overflows, the array exceeds the index range, and when the file is opened, there is an error. Exception class)
Platform: | Size: 93184 | Author: qianbianzhu | Hits:

[GUI DevelopMdlFuctions

Description: 这个类模块集合了各种常用的功能,可直接调用,如插值,一维数组最大最小值平均值,冒泡算法,一元线性回归等(This class of modules sets a variety of common functions, which can be called directly, such as interpolation, maximum and minimum mean value of one dimension array, bubble algorithm, linear regression and so on.)
Platform: | Size: 2048 | Author: 翻滚的蜗牛 | Hits:
« 1 2 ... 30 31 32 33 34 35»

CodeBus www.codebus.net